2025-11-08 13:20:22
To switch themes, modify the $theme variable in the Config.php file (root directory). public static string $theme = "sucshop"; You can change the default "sucshop" theme to the name of your custom the ...
2025-11-08 13:20:37
You can edit the theme code in the backend via Appearance → Theme. The theme files use the Smarty engine template. If you are not familiar with the Smarty engine template, you can ask ChatGPT to ...
2025-11-08 13:23:39
SucShop is built with PHP and Smarty, and supports Bootstrap 5 by default. To develop a custom theme, you need basic knowledge of HTML/CSS/JavaScript/Smarty templates/Bootstrap. This knowledge is simp ...
2025-11-08 13:24:48
These files are required—SucShop will report an error if they’re missing: l home.tpl l post.tpl l page.tpl l archive.tpl l blog.tpl l 404.tpl For home.t ...